From 03a6e900f2064a6fb58a3b7454b20047f1341649 Mon Sep 17 00:00:00 2001 From: Steve Klabnik Date: Thu, 6 Nov 2014 08:19:30 -0500 Subject: [PATCH] update rust-encoding https://github.com/alexcrichton/toml-rs/pull/28 also needs to be in here to truly fix the build --- Cargo.lock | 38 +++++++++++++++++++++++++++++++++++--- 1 file changed, 35 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e1ea26d0a..cb96674e4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -38,8 +38,40 @@ source = "git+https://github.com/docopt/docopt.rs#1b614c83b771b23e95e69d10b4bc04 [[package]] name = "encoding" -version = "0.1.0" -source = "git+https://github.com/lifthrasiir/rust-encoding#a739425a3f3174a31fe38c158dcaf22ea1d856f4" +version = "0.2.0" +source = "git+https://github.com/lifthrasiir/rust-encoding#841527086854d6958cd1008dabd2b69865c36267" +dependencies = [ + "encoding-index-japanese 1.0.20140915 (git+https://github.com/lifthrasiir/rust-encoding)", + "encoding-index-korean 1.0.20140915 (git+https://github.com/lifthrasiir/rust-encoding)", + "encoding-index-simpchinese 1.0.20140915 (git+https://github.com/lifthrasiir/rust-encoding)", + "encoding-index-singlebyte 1.0.20140915 (git+https://github.com/lifthrasiir/rust-encoding)", + "encoding-index-tradchinese 1.0.20140915 (git+https://github.com/lifthrasiir/rust-encoding)", +] + +[[package]] +name = "encoding-index-japanese" +version = "1.0.20140915" +source = "git+https://github.com/lifthrasiir/rust-encoding#841527086854d6958cd1008dabd2b69865c36267" + +[[package]] +name = "encoding-index-korean" +version = "1.0.20140915" +source = "git+https://github.com/lifthrasiir/rust-encoding#841527086854d6958cd1008dabd2b69865c36267" + +[[package]] +name = "encoding-index-simpchinese" +version = "1.0.20140915" +source = "git+https://github.com/lifthrasiir/rust-encoding#841527086854d6958cd1008dabd2b69865c36267" + +[[package]] +name = "encoding-index-singlebyte" +version = "1.0.20140915" +source = "git+https://github.com/lifthrasiir/rust-encoding#841527086854d6958cd1008dabd2b69865c36267" + +[[package]] +name = "encoding-index-tradchinese" +version = "1.0.20140915" +source = "git+https://github.com/lifthrasiir/rust-encoding#841527086854d6958cd1008dabd2b69865c36267" [[package]] name = "flate2" @@ -117,6 +149,6 @@ name = "url" version = "0.1.0" source = "git+https://github.com/servo/rust-url#9142b86a812ac5bc886f76235585557d8e002246" dependencies = [ - "encoding 0.1.0 (git+https://github.com/lifthrasiir/rust-encoding)", + "encoding 0.2.0 (git+https://github.com/lifthrasiir/rust-encoding)", ] -- 2.30.2